home *** CD-ROM | disk | FTP | other *** search
/ Spidla DivX / DivX.bin / NanDub 1.0 RC2 / example.ecf < prev    next >
Encoding:
Text File  |  2001-07-01  |  1.4 KB  |  55 lines

  1. # example.ecf
  2. #
  3. # lines begining with '#' and empty lines are supposed to be comments
  4. # in 0.28 though, every line not starting with a '@' will be ignored
  5. # but please don't rely on it, controls will be added in future builds
  6. #
  7. # The general syntax is following :
  8. #
  9. #   @<framerange>: <op>[=<param>] [, <op>[=<param>] ]  etc
  10. #
  11. # spaces and tabs are ignored
  12. # first frame is numbered 0 (not 1)
  13. # frameranges can be a single frame, or a pair of numbers separated by '-'
  14. # commands can be in any order
  15. # frameranges should NOT overlap (unpredictable results)
  16. # no need to sort frameranges
  17. #   @85: ...
  18. #   @64: ...
  19. #   @28: ...
  20. # is perfectly valid
  21. # Currently supported 'commands' in 0.28
  22. #   K        force keyframe
  23. #   D        (try to) force deltaframe
  24. #   R=nnnn    set bitrate
  25. #   CL=cc    set compression level
  26. #   M=mmm    set motion
  27. #   G=gg    set gauge level (%age)
  28. #
  29. # invalid commands will be ignored in 0.28, but might invalidate the whole
  30. # line in future versions.
  31. #
  32. # Examples:
  33.  
  34. # force key at frame 1243
  35. #
  36. @1243:    K
  37.  
  38. # set bitrate 2000 for frames 1500 to 1584
  39. #
  40. @1500-1584:    R=2000
  41.  
  42. # a more complicated one
  43. #
  44. @2422:    R=1287,    G=35,    CL=3
  45. @2423:    R=1034,    G=35,    CL=4,    K
  46. @2424:    R=957,    G=35,    CL=2
  47.  
  48. # to make Nandub use your .ecf file, just select it in the new ECF tab of the
  49. # SBC options dialog box.
  50. #
  51. # Bug reports, suggestions, flames, any feedbacks, etc => nn@nandub.org
  52.